func github.com/andybalholm/brotli.buildAndStoreLiteralPrefixCode

3 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment.go#L48: func buildAndStoreLiteralPrefixCode(input []byte, input_size uint, depths []byte, bits []uint16, storage_ix *uint, storage []byte) uint {
		compress_fragment.go#L525: 	literal_ratio = buildAndStoreLiteralPrefixCode(in[input:], block_size, lit_depth[:], lit_bits[:], storage_ix, storage)
		compress_fragment.go#L773: 		literal_ratio = buildAndStoreLiteralPrefixCode(in[input:], block_size, lit_depth[:], lit_bits[:], storage_ix, storage)